Skip to content

jfaylon/react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install node_modules:

npm install

Second, make sure to run mongodb instance. Connection url by default:

mongodb://localhost:27017/react-test

Third, run app

npm run start

Open http://localhost:8080 with your browser to see the result.

API

http://localhost:8080/api

Things to improve on

  • Client-side testing
  • React + __ depending on the framework to be used (redux, saga, context, etc.)
  • ENVs for configurable variables
  • constants file
  • Minimise duplicate code
  • Add improved validations
  • Further enhancements depending on the need of the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages