Skip to content

sonutiwari/imagekit_assignment

Repository files navigation

User Registration API

Requirements can be found here Requirements.

Set Up

### Step 1

- clone this repository, command `git clone https://github.com/sonutiwari/imagekit_assignment`.

### step 2

- go to imagekit_assignment directory, command `cd imagekit_assignment`

### step 3

- install all the dependencies, command `npm install`.
**Make sure that NodeJS and NPM is installed in your computer. Any latest version of node > 6 will work**

### step 4

- run the server using command `npm start` or alternatively you can run `node index.js` or if
nodemon is installed, simply run `nodemon`.
# Route Description

- There are 3 Routes in this API.
1. Root [Route](http://localhost:3000/)
2. Register route which is POST route for form data.
3. 404 route for other routes which aren't covered.
# Technologies and libraries used(Project dependencies):
1. Google recaptcha.
2. MongoDB
3. Mongoose
4. NodeJS
5. Express JS
6. EJS layout
7. Bootstrap
8. Express sessions
9. Req-flash

About

ImageKit Assignment for Full stack web developer role

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published