Skip to content

benitokun123/Ryde-Backend-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ryde-Technical-Challenge

This is a simple user RESTful api with a client that I've written for Ryde technical challenge. The main libraries used in this project are: Next.js (for client), Express.js (for users api), mongoose (for interaction with MongoDB).

To run the code please follow the following steps:

  1. Install npm.

  2. Clone the repository.

git clone https://github.com/benitokun123/Ryde-Backend-Challenge.git
  1. Inside your local repository, install required dependencies in the users folder and in the client folder using this command:
npm install
  1. Put the config.env file into the users folder. For details of the config.env file, please contact me at [email protected].

  2. Go to the users folder, run:

npm start
  1. Open another terminal, go to the client and run:
npm run dev
  1. You should be able to see the client running on http://localhost:3001 and the users backend running on http://localhost:3000/api/user.

  2. For details of the users api, refer to this documentation.

  3. Help me proceed to the second round interview 😉.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published