petudeveloper / user-skills-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-skills-backend

This an MVP(Minimum viable product) of the backend of a full-stack app. The front end of this app can be found here.

This application was created with the MVC pattern.

Built With

  • JavaScript
  • Node.js
  • Express
  • MongoDB
  • Mongoose
  • Bcrypt

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

git clone https://github.com/petudeveloper/user-skills-backend.git
cd user-skills-backend
npm install
npm start

Endpoints

The endpoints where design trying to following REST architecture

  • Create a new user: POST /api/users/register
  • Login with an existing user: POST /api/users/login

Authors

👤 David Alvarez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 100.0%