A simple users app build using React, Node.js, Express and MongoDB.
-
Copy and Paste
.env.templateand rename to.envProvide the MongoDB URL to.env. -
To install and build the application, Open the terminal and type
npm run build
-
To run the server and client
npm run start
-
To access the frontend, Open any browser and type:
http://127.0.0.1:5173