Skip to content

Maikuh/todo-vue-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Vue API

This is the backend for a Todo project. The project is using:

  1. NodeJS
  2. ExpressJS
  3. MongoDB/Mongoose as the database/ODM
  4. PassportJS for auth
  5. Morgan for console logging
  6. bcrypt

Front-end

The front-end is made using VueJS. To see more about it, including a small demo, see this repo.

Instalation & Execution

  1. Install MongoDB
  2. Run npm install in the directory
  3. See the .env.example and create a .env file just like this one, filling the fields as necessary (or if you deploy it, just set environment variables with the same names in the file)
  4. Run npm start or npm run dev
  5. ...Profit?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published