Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist/
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand All @@ -10,7 +9,7 @@ dist/
*.user
*.userosscache
*.sln.docstates
.env

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

Expand Down Expand Up @@ -349,15 +348,6 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
.dccache
*.env

#Log files temp
error.log
combine.log

package-lock.json

!example.env

database/
uploade-api/node_modules
uploade-api/build
4 changes: 0 additions & 4 deletions .lintstagedrc.json

This file was deleted.

3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//npm.pkg.github.com/:_authToken=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
@Contentstack_automation_test
:registry=https://npm.pkg.github.com/contentstack
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.workingDirectories": ["api", "ui", "uplaode-api"]
}
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# migration-v2-node-server
# migration-v2

This is the TSO migration V2's node server.

## To start the server

1. Run `npm i`
2. Install & start MongoDB
3. To run dev server, create `./development.env` file and add env variables as per `./example.env`
4. To run prod server, create `./production.env` file and add env variables as per `./example.env`
This is the migration V2 Code.
Binary file added api/.DS_Store
Binary file not shown.
File renamed without changes.
Loading