This is a simple CRUD project used to manage developer details
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following are required installed and set up before starting this app
Node.js
Git
Mongodb Database
To start this app, perform the following step in order
1. Clone this repo to your machine
2. cd into the project
3. run "npm install" to install project dependencies
4. run "knex migrate:latest" to migrate files.Ensure you have knex cli installed on your machine
5. run "knex seed:run" to seed files.Ensure you have knex cli installed on your machine
5. Run the command "npm start"
-
Express - The node framework used
-
NPM - Dependency Management
-
Postgres - Relational database
-
Other usef link
-
knex seed:run --- to seed file
-
knex migrate:make create_users_table --- create table
-
knex migrate:latest -- run the latest migration
-
knex seed:run
learn knex migration and seeding -- https://gist.github.com/NigelEarle/70db130cc040cc2868555b29a0278261