node-mongo-demo

node.js and mongodb demo

git clone https://9o.is/git/node-mongo-demo.git

commit a40cb2985daa104ff8de12cc4a465d08072455c3
parent 86860eaf590aa25d0c0d231df332725c9f020df5
Author: Nick Ecton <ecton.nick@gmail.com>
Date:   Sun, 21 Jan 2024 10:45:09 +0300

add readme

Diffstat:
Areadme.md | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -0,0 +1,37 @@ +# Pidwin Assessment + +The Pidwin Fullstack Assessment. + +## Project setup + +Enter each folder: + +- backend +- frontend + +and run the following command + +```bash +npm install +``` +--- + + +## Backend + +Create a **.env file** and populate the fields. + + +Now in the backend folder. Run the start + command + ```bash + npm run start + ``` + +The backend is now up and running. + +--- + +## Frontend + +The frontend is your standard create-react-app, the default ReadME is provided under frontend/readme.md for reference.